01. Install Python, Flask and virtual environment


$ mkdir ServerManagerApp
$ cd ServerManagerApp
$ python3.9 -m venv venv
$ soruce ./venv/bin/activate
(venv)$ python --version
(venv)$ pip --version
(venv)$ pip install flask Flask-RESTful
(venv)$ pip freeze

#Python #Flask #REST






你可能感興趣的文章

[Preparation for Interview Basic 1] DOM Element

[Preparation for Interview Basic 1] DOM Element

Markdown 基本用法

Markdown 基本用法

Aspect-Oriented Programming(AOP) 面向導向程式

Aspect-Oriented Programming(AOP) 面向導向程式






留言討論